home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
iv.dir
/
00018_main frame script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
282 b
|
15 lines
global gSISystem, gSIHParentWnd, gSIActiveWindow
on exitFrame
global givFrameScript
if gSISystem = "WIN" then
set vHWnd to gSIActiveWindow(mCall)
if vHWnd <> gSIHParentWnd then
go(the frame)
exit
end if
end if
do(givFrameScript)
go(the frame)
end